home *** CD-ROM | disk | FTP | other *** search
/ Solaris Press Kit / Solaris Press Kit.iso / pc / media / solaris.dxr / Internal_9_movie Scripts.ls < prev    next >
Encoding:
Text File  |  2002-10-23  |  353 b   |  18 lines

  1. global gMode, gbPC
  2.  
  3. on prepareMovie
  4.   gMode = "null"
  5.   gbPC = the platform contains "win"
  6. end
  7.  
  8. on startMovie
  9.   checkQT()
  10.   preloadMember("BuildPCXX_intro2")
  11. end
  12.  
  13. on keyDown
  14.   if the shiftDown and keyPressed("W") and keyPressed("H") and keyPressed("O") then
  15.     alert("Digital Presskit Design and Layout by the Warner Bros. Photo Lab 2002")
  16.   end if
  17. end
  18.